edu.stanford.smi.protege.server.metaproject.impl
Class UnbackedOperationImpl
java.lang.Object
edu.stanford.smi.protege.server.metaproject.impl.UnbackedOperationImpl
- All Implemented Interfaces:
- Localizable, Operation, Serializable
public class UnbackedOperationImpl
- extends Object
- implements Operation, Localizable, Serializable
- See Also:
- Serialized Form
UnbackedOperationImpl
public UnbackedOperationImpl(String name,
String description)
UnbackedOperationImpl
public UnbackedOperationImpl(Operation operation)
getName
public String getName()
- Specified by:
getName in interface Operation
- Returns:
- the name
setName
public void setName(String name)
- Specified by:
setName in interface Operation
- Parameters:
name - the name to set
getDescription
public String getDescription()
- Specified by:
getDescription in interface Operation
- Returns:
- the description
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface Operation
- Parameters:
description - the description to set
getPropertyValues
public Set<PropertyValue> getPropertyValues()
- Specified by:
getPropertyValues in interface Operation
- Returns:
- the empty set
setPropertyValues
public void setPropertyValues(Collection<PropertyValue> propertyValues)
- Performs no operation.
- Specified by:
setPropertyValues in interface Operation
addPropertyValue
public void addPropertyValue(PropertyValue propertyValue)
- Performs no operation.
- Specified by:
addPropertyValue in interface Operation
localize
public void localize(KnowledgeBase kb)
- Specified by:
localize in interface Localizable
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2012 Stanford University.